Taxes can be configured in the Administration subsystem so that specified rates are calculated and added to the total price during the checkout process. Depending on your configuration, it is also possible to combine and apply multiple taxes (such as federal, state and local tax) to a purchase.
Taxes can be set up and maintained using two methods: 1) creating/editing each tax control manually or 2) importing all data using a CSV file. Here we will discuss both methods and also provide you with a few examples to demonstrate how this works.
To set up your taxes manually, you will need to work with the following areas in the Administration tab of the Admin Site – Tax Categories, Tax Jurisdiction Groups, Tax Jurisdictions, and Taxes – as well as the configuration pages for each of the catalog items.
The steps below summarize the process you need to follow to configure taxes.
Using the CSV Tax Import functionality is a convenient way to quickly setup and update tax data in bulk. Creating a CSV tax file with a specified format (see "Example Scenarios" below) will allow you to complete steps 2 through 5 in one shot (above in Method 1). Step 6 of Method 1 can be done manually, but you can also use the CSV import functionality in the Catalog Management subsystem to associate catalogs to tax categories. Click here to see how CSV Catalog Import works.
Import your CSV tax file into your Commerce Manager by following the steps:
If you want to edit the existing setup, simply repeat steps 1 through 8 with your modified file.
Caution: Re-importing CSV files only edits existing information or adds new data, but nothing gets deleted. If you delete an entire row of data in the CSV file, you must manually delete those entries in the Commerce Manager. If in doubt, you can always delete all the tax data and perform the CSV tax import from scratch.
Example 1: Single Tax Per Catalog Item Based on a Single Jurisdiction
For example, if your variable is State, then you can specify the tax rate on a state-level. So let's say CA is 9% and MA is 6%. If you placed an order from California, then 9% sales tax would be applied during checkout.
Jurisdiction |
Jurisdiction Group |
Tax Rate |
Tax Category |
---|---|---|---|
California |
CA Tax Group |
9% |
General Sales |
Massachusetts |
MA Tax Group |
6% |
General Sales |
A sample tax CSV file called test.csv is available here – [taxcsvsample1.zip ].
Example 2: Two or More Taxes Per Catalog Item Based on More Than One Juridiction
For example, if you have a luxury item that requires State and Federal tax to be applied, then you can specify tax rates on a state and federal level. So let's say a luxury item purchased in CA has a 9% state tax rate and a federal tax rate of 3%. Both taxes would be applied during checkout.
Jurisdiction |
Jurisdiction Group |
Tax Rate |
Tax Category |
---|---|---|---|
California General |
CA GS Tax Group |
9% |
General Sales |
Massachusetts General |
MA GS Tax Group |
6% |
General Sales |
California Luxury |
CA LX Tax Group |
9% |
Luxury Sales |
Massachusetts Luxury |
MA LX Tax Group |
6% |
Luxury Sales |
US Federal Luxury |
US LX Tax Group |
3% |
Luxury Sales |
A sample tax CSV file called test2.csv is available here – [taxcsvsample2.zip ].
Version: EPiServer Commerce 1 R2 SP2| Last updated: 2012-09-20 | Copyright © EPiServer AB | Send feedback to us